home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / imgbtn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-13  |  354 b   |  20 lines

  1. #ifndef HEADER_IMGBTN
  2. #define HEADER_IMGBTN
  3.  
  4. typedef    struct {
  5.     unsigned int    atr ;
  6.     FRAME    fr ;
  7.     COLOR    clr ;
  8.     unsigned char    atrm ;        /*    ここまではハイパーに同じ.        */
  9.     int        (*func)() ;
  10. }    IMGBTN ;
  11.  
  12. int MMI_initImageBtn(void);
  13. int IMGBTN_makePrototype(int *objId);
  14.  
  15. #ifndef MODULE_IMGBTN
  16.     extern    int        MJ_IMGBTN;
  17. #endif
  18.  
  19. #endif HEADER_IMGBTN
  20.